home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / runon.z / runon
Text File  |  1998-10-20  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. RRRRUUUUNNNNOOOONNNN((((1111))))                                                              RRRRUUUUNNNNOOOONNNN((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      runon - run a command on a particular cpu
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      rrrruuuunnnnoooonnnn n command [ arguments ]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _r_u_n_o_n executes _c_o_m_m_a_n_d, assigning it to run only on cpu _n, where _n varies
  16.      between 0 and the number of processors on the system minus one.  (For
  17.      single-processor systems, then, there is only cpu 0.)
  18.  
  19.      This cpu affinity is inherited across _f_o_r_k() and _e_x_e_c() system calls.  A
  20.      _s_y_s_m_p(_2) call can change the cpu affinity.  Note that _c_o_m_m_a_n_d may still
  21.      run on other processors, briefly, to perform i/o or other hardware-
  22.      specific actions.
  23.  
  24. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  25.      mpadmin(1), sysmp(2).
  26.  
  27. WWWWAAAARRRRNNNNIIIINNNNGGGGSSSS
  28.      In the case of the following command
  29.  
  30.           runon 1 command1; command2
  31.  
  32.      _r_u_n_o_n applies only to command1.  The command
  33.  
  34.           runon 2 (command1; command2)
  35.  
  36.      is syntactically incorrect.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.